- attemptReconnection
void attemptReconnection()
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
NetConnectStatus connect(NetIPAddress ip, void delegate() onConnect, uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- disconnect
void disconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
- getConnectionSelfID
uint getConnectionSelfID()
Undocumented in source. Be warned that the author may not have intended to support it.
- getData
size_t getData(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- getEventCount
ptrdiff_t getEventCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSocketToSendData
Socket getSocketToSendData()
Undocumented in source. Be warned that the author may not have intended to support it.
- host
NetConnectStatus host(NetIPAddress ip)
Undocumented in source. Be warned that the author may not have intended to support it.
- isHost
bool isHost()
Undocumented in source. Be warned that the author may not have intended to support it.
- sendData
bool sendData(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- setStatus
NetConnectStatus setStatus(NetConnectStatus stat)
Undocumented in source. Be warned that the author may not have intended to support it.
- status
NetConnectStatus status()
Undocumented in source. Be warned that the author may not have intended to support it.
- targetConnectionID
void targetConnectionID(uint ID)
Undocumented in source. Be warned that the author may not have intended to support it.
- targetConnectionID
uint targetConnectionID()
Undocumented in source. Be warned that the author may not have intended to support it.